ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / BoundSheet<T> Class / ItemsSourceId Property

In This Topic
    ItemsSourceId Property (BoundSheet<T>)
    In This Topic
    Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(True, 
       1, 
       "itemsSource")>
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
    Public Property ItemsSourceId As String
    [Json(true, 
       1, 
       "itemsSource")]
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public string ItemsSourceId {get; set;}
    See Also